home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / gfx / show / swfplayer.lha / original.swfplayer.readme < prev    next >
Text File  |  2002-08-28  |  3KB  |  92 lines

  1. SWFPLAYER
  2. ---------
  3.  
  4. A standalone ShockWave player for the Amiga.
  5.  
  6. Requirements:
  7.    68020 or better with a maths-coprocessor.
  8.    Kickstart 3.0+
  9.    A graphics card gives better results, but is not required.
  10.  
  11. Usage:
  12.  
  13.    swfplayer FILE,PUBSCREEN/K,INFO/S,MONOSOUND/S,MAXWIDTH/K/N,MAXHEIGHT/K/N,ACTIVEPLAY/S:
  14.  
  15.    FILE        The name of the .swf file to play.
  16.    PUBSCREEN   The name of the public screen to open on. e.g. IBrowse
  17.    PUBSCREEN   The name of the public screen to open on. e.g. IBrowse
  18.    MONOSOUND   Play all sounds in mono. Experimental option really.
  19.    MAXWIDTH    The maximum width window to use to play the animations.  This
  20.                is usefull to limit the size on lower resolution Amigas.
  21.                Smaller window size play back faster too.
  22.    MAXHEIGHT   The same as MAXWIDTH but specifies the maximum height of the
  23.                window.
  24.    ACTIVEPLAY  Only play animations while the window is active.  When
  25.                inactive swfplayer goes to sleep.
  26.  
  27. Some examples:
  28.  
  29.    swfplayer amigarules.swf
  30.    swfplayer amigarules.swf PUBSCREEN ibrowse
  31.    swfplayer amigarules.swf PUBSCREEN ibrowse MAXWIDTH 640 MAXHEIGHT 480
  32.  
  33.  
  34. Notes:
  35.  
  36. o The sound support is incomplete.
  37.  
  38. o With <256 colours swfplayer doesn't produce very pretty output, 16 and 24
  39.   bit modes are far better.
  40.  
  41. o Big ShockWave files play pretty slowly, even on a 68060.
  42.  
  43. o You'll have to download the .swf files manually because IBrowse doesn't
  44.   support embedded plugins yet.
  45.  
  46.   Usually the best way to do this is to view the HTML source of a page
  47.   which uses ShockWave and look for a line like this:
  48.  
  49.     <EMBED SRC="shockwave.swf" TYPE="application/x-shockwave-flash">
  50.  
  51.   Replace the URL of the webpage with the name specified by "SRC=". e.g.
  52.  
  53.     http://mysite.com/shock.html
  54.  
  55.   would become:
  56.  
  57.     http://mysite.com/shockwave.swf
  58.  
  59.   IBrowse should then ask you what to do with the file, you can either
  60.   download to disk, or if an external viewer is setup IBrowse will download
  61.   the file and setup.
  62.  
  63. o Adding swfplayer as an external viewer in your browser:
  64.  
  65.   IBROWSE
  66.  
  67.   Under preferences -> General -> Ext. Viewer add the following:
  68.  
  69.   Type       application/x-shockwave-flash
  70.   Mime       swf
  71.   Action     Ext. Viewer
  72.   Viewer     [path to swfplayer]/swfplayer
  73.   Arguments  %f
  74.  
  75.   You may wish to include additional parameters in the arguments section.
  76.   It may also be an idea to add a ">nil:" because swfplayer sometimes
  77.   outputs debug information if it can't play the file 100%.
  78.  
  79.  
  80. o There's a few sample swf files included you to try.  Here's some others
  81.   on the net:
  82.  
  83.     http://www.buffy.com/flash/menu.swf
  84.     http://www.buffy.com/flash/finalhomeall.swf
  85.     http://www.eye4u.com/home/eye4u_1a.swf
  86.     http://www.macromedia.com/shockzone/shockhome.swf
  87.     http://www.spe.sony.com/Pictures/SonyMovies/movies/Fifth/ver_us/home.swf
  88.     http://www.spe.sony.com/Pictures/SonyMovies/movies/Starship/img/home01.swf
  89.     http://www.spe.sony.com/Pictures/SonyMovies/movies/Starship/img/home02.swf
  90.     http://www.spe.sony.com/Pictures/SonyMovies/movies/Starship/img/home03.swf
  91.     http://clevermedia.com/arcade/crapinthewoods.swf
  92.